toggle menu
smartposapi-core
1.5.3
androidJvm
switch theme
search in API
smartposapi-core
/
com.worldline.smartposapi.core.dto
/
WIPAddress
WIPAddress
data
class
WIPAddress
(
val
interfaceName
:
String
,
val
address
:
String
?
)
:
Parcelable
Deprecated
Replaced by NetworkInterface
Members
Constructors
WIPAddress
Link copied to clipboard
constructor
(
interfaceName
:
String
,
address
:
String
?
)
Properties
address
Link copied to clipboard
val
address
:
String
?
interface
Name
Link copied to clipboard
val
interfaceName
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)